[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
      Linking SuperFunction Library *

      Where <program> refers to your OBJ file(s) ,<other libs>
      refers to other Libraries you may wish to use, and
      <*errorsys.obj> refers to the alternate errorsys.obj provided.

      Turbo Link (Tlink) :
      TLINK <program>+<errorsys.obj>,,,clipper + extend + <other libs> + super

      Microsoft Link    :
      LINK <program>+<errorsys.obj>,,,clipper,extend,<other libs>,super /NOE /SE:512

      Plink86           :
      PLINK86 fi <program>,<errorsys.obj> lib clipper,<other libs>,super,extend

      *note: a special errorsys.prg has been included - with source code. This
             file is required by some of the functions to do valid expression
             checking.

      Only those functions actually called by your prg - and any they call -
      will be included in your EXE. The SuperFunctions will be bigger - usually
      5-10K.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson